*BETA* Remote Hacking *BETA*
NOT FUNCTIONING YET!

X-Setup has a feature that allows you to connect a different computer and use the plug-ins and wizards on this machine. Altough this feature has some limitations, it's still very powerful: You can hack every machine that has Windows NT and that can be reached through your network.

Limitations

Connections

If you have problems connecting a machine, it is possible that there is an ACL defined for the winreg value that is descriped below. If you are part of the "Administrators" group for the computer you are trying to connect, modifying the ACL shouldn't be necessary.

Note also that winreg is only checked on the machine that is connected. Let's say, you are using machine A to connect to machine Z, winreg will only be checked on Z and NOT on A.

winreg

Windows uses the ACL for winreg to determine who can connect to the Registry from another computer.

Winreg is located in the following Registry path:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\SecurePipeServers\winreg

You need either this value by hand, or simply execute WINREG.REG that is located in the same directory as this file. This file will add winreg to the registry.

To modify the ACL for winreg

  1. Start Regedt32
  2. Navigate to the above mentioned path
  3. Click the winreg subkey to select it.
  4. On the Security menu, click Permissions. The ACL for winreg appears in the Registry Key Permissions dialog box.
  5. Click the Add button in the Registry Key Permissions dialog box.
  6. Add the user to the winreg ACL and give the user read access. For detailed instructions, click the Help button in the Registry Key Permissions dialog box.
  7. Double-click the name of the user you just added.
  8. In the Special Access dialog box, select the Set Value and Create Subkeycheck boxes.
  9. Click OK, and then click OK again to close the dialog boxes.